﻿2026-07-08T22:40:54.8998246Z ##[group]Run set -euo pipefail
2026-07-08T22:40:54.8998684Z [36;1mset -euo pipefail[0m
2026-07-08T22:40:54.8999081Z [36;1mPIN=0c95435[0m
2026-07-08T22:40:54.8999403Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-08T22:40:54.8999744Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-08T22:40:54.9000187Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-08T22:40:54.9000726Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-08T22:40:54.9001261Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-08T22:40:54.9001713Z [36;1m  rm -rf "$CACHE"[0m
2026-07-08T22:40:54.9002023Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-08T22:40:54.9002382Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-08T22:40:54.9002811Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-08T22:40:54.9003232Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-08T22:40:54.9003570Z [36;1mfi[0m
2026-07-08T22:40:54.9004027Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-08T22:40:54.9021842Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-08T22:40:54.9022308Z env:
2026-07-08T22:40:54.9022642Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-08T22:40:54.9022996Z ##[endgroup]
2026-07-08T22:40:55.7972946Z    Compiling proc-macro2 v1.0.106
2026-07-08T22:40:55.7973511Z    Compiling quote v1.0.45
2026-07-08T22:40:55.7973763Z    Compiling unicode-ident v1.0.24
2026-07-08T22:40:55.7974017Z    Compiling libc v0.2.186
2026-07-08T22:40:55.7974246Z    Compiling serde_core v1.0.228
2026-07-08T22:40:55.7974494Z    Compiling cfg-if v1.0.4
2026-07-08T22:40:55.7974727Z    Compiling serde v1.0.228
2026-07-08T22:40:55.7974965Z    Compiling log v0.4.32
2026-07-08T22:40:55.7975364Z    Compiling pin-project-lite v0.2.17
2026-07-08T22:40:55.7977080Z    Compiling typenum v1.20.1
2026-07-08T22:40:55.8005955Z    Compiling portable-atomic v1.13.1
2026-07-08T22:40:55.8064560Z    Compiling memchr v2.8.1
2026-07-08T22:40:55.8208032Z    Compiling version_check v0.9.5
2026-07-08T22:40:55.8211645Z    Compiling shlex v2.0.1
2026-07-08T22:40:55.8230217Z    Compiling find-msvc-tools v0.1.9
2026-07-08T22:40:55.9376184Z    Compiling critical-section v1.2.0
2026-07-08T22:40:55.9550272Z    Compiling futures-core v0.3.32
2026-07-08T22:40:56.0841725Z    Compiling bytes v1.11.1
2026-07-08T22:40:56.1031653Z    Compiling subtle v2.6.1
2026-07-08T22:40:56.1830757Z    Compiling equivalent v1.0.2
2026-07-08T22:40:56.2001668Z    Compiling smallvec v1.15.1
2026-07-08T22:40:56.2097743Z    Compiling itoa v1.0.18
2026-07-08T22:40:56.2650864Z    Compiling semver v1.0.28
2026-07-08T22:40:56.4060964Z    Compiling stable_deref_trait v1.2.1
2026-07-08T22:40:56.4385884Z    Compiling generic-array v0.14.7
2026-07-08T22:40:56.4503799Z    Compiling futures-sink v0.3.32
2026-07-08T22:40:56.4578097Z    Compiling futures-io v0.3.32
2026-07-08T22:40:56.4963212Z    Compiling slab v0.4.12
2026-07-08T22:40:56.5121152Z    Compiling futures-task v0.3.32
2026-07-08T22:40:56.5742063Z    Compiling futures-channel v0.3.32
2026-07-08T22:40:56.6101616Z    Compiling rand_core v0.10.1
2026-07-08T22:40:56.6170987Z    Compiling rustversion v1.0.22
2026-07-08T22:40:56.7272296Z    Compiling bitflags v2.12.1
2026-07-08T22:40:56.7930638Z    Compiling hashbrown v0.17.1
2026-07-08T22:40:56.8059933Z    Compiling cpufeatures v0.2.17
2026-07-08T22:40:56.8751173Z    Compiling getrandom v0.4.2
2026-07-08T22:40:56.8920716Z    Compiling fnv v1.0.7
2026-07-08T22:40:56.8980505Z    Compiling cfg_aliases v0.2.1
2026-07-08T22:40:56.9568655Z    Compiling rustc_version v0.4.1
2026-07-08T22:40:56.9664706Z    Compiling strsim v0.11.1
2026-07-08T22:40:56.9831066Z    Compiling litemap v0.8.2
2026-07-08T22:40:56.9833348Z    Compiling writeable v0.6.3
2026-07-08T22:40:57.1074867Z    Compiling utf8_iter v1.0.4
2026-07-08T22:40:57.2680431Z    Compiling fs_extra v1.3.0
2026-07-08T22:40:57.2810811Z    Compiling icu_normalizer_data v2.2.0
2026-07-08T22:40:57.2844304Z    Compiling dunce v1.0.5
2026-07-08T22:40:57.2953444Z    Compiling icu_properties_data v2.2.0
2026-07-08T22:40:57.3441305Z    Compiling ident_case v1.0.1
2026-07-08T22:40:57.3750755Z    Compiling autocfg v1.5.1
2026-07-08T22:40:57.5080412Z    Compiling percent-encoding v2.3.2
2026-07-08T22:40:57.7881027Z    Compiling http v1.4.1
2026-07-08T22:40:57.8515255Z    Compiling aws-lc-rs v1.17.0
2026-07-08T22:40:57.8839150Z    Compiling cpufeatures v0.3.0
2026-07-08T22:40:57.9472367Z    Compiling thiserror v2.0.18
2026-07-08T22:40:57.9650433Z    Compiling unicode-segmentation v1.13.3
2026-07-08T22:40:58.0900654Z    Compiling syn v2.0.117
2026-07-08T22:40:58.1290372Z    Compiling scopeguard v1.2.0
2026-07-08T22:40:58.1983599Z    Compiling chacha20 v0.10.0
2026-07-08T22:40:58.2274455Z    Compiling lock_api v0.4.14
2026-07-08T22:40:58.2480483Z    Compiling form_urlencoded v1.2.2
2026-07-08T22:40:58.2741682Z    Compiling untrusted v0.9.0
2026-07-08T22:40:58.2961262Z    Compiling heck v0.5.0
2026-07-08T22:40:58.3320816Z    Compiling rustls v0.23.40
2026-07-08T22:40:58.4490302Z    Compiling anyhow v1.0.102
2026-07-08T22:40:58.5254083Z    Compiling indexmap v2.14.0
2026-07-08T22:40:58.5974654Z    Compiling const-oid v0.10.2
2026-07-08T22:40:58.6385159Z    Compiling unicode-xid v0.2.6
2026-07-08T22:40:58.6652438Z    Compiling jobserver v0.1.34
2026-07-08T22:40:58.6798328Z    Compiling atomic-waker v1.1.2
2026-07-08T22:40:58.7091946Z    Compiling convert_case v0.10.0
2026-07-08T22:40:58.7371002Z    Compiling httparse v1.10.1
2026-07-08T22:40:58.7572260Z    Compiling zerocopy v0.8.50
2026-07-08T22:40:58.7970780Z    Compiling paste v1.0.15
2026-07-08T22:40:58.8170603Z    Compiling crypto-common v0.1.7
2026-07-08T22:40:58.8310913Z    Compiling block-buffer v0.10.4
2026-07-08T22:40:58.8591055Z    Compiling parking_lot_core v0.9.12
2026-07-08T22:40:58.9040975Z    Compiling num-traits v0.2.19
2026-07-08T22:40:58.9371883Z    Compiling curve25519-dalek v4.1.3
2026-07-08T22:40:59.0260688Z    Compiling hybrid-array v0.4.12
2026-07-08T22:40:59.0377001Z    Compiling digest v0.10.7
2026-07-08T22:40:59.1616014Z    Compiling ahash v0.8.12
2026-07-08T22:40:59.2070796Z    Compiling cc v1.2.63
2026-07-08T22:40:59.2470935Z    Compiling fastrand v2.4.1
2026-07-08T22:40:59.2631295Z    Compiling either v1.16.0
2026-07-08T22:40:59.2936643Z    Compiling base64ct v1.8.3
2026-07-08T22:40:59.3162296Z    Compiling powerfmt v0.2.0
2026-07-08T22:40:59.5438291Z    Compiling deranged v0.5.8
2026-07-08T22:40:59.8386207Z    Compiling pem-rfc7468 v1.0.0
2026-07-08T22:40:59.8720439Z    Compiling data-encoding v2.11.0
2026-07-08T22:40:59.8850796Z    Compiling tinyvec_macros v0.1.1
2026-07-08T22:40:59.9261814Z    Compiling time-core v0.1.8
2026-07-08T22:40:59.9420021Z    Compiling try-lock v0.2.5
2026-07-08T22:40:59.9663799Z    Compiling num-conv v0.2.2
2026-07-08T22:40:59.9851324Z    Compiling vcpkg v0.2.15
2026-07-08T22:41:00.0460414Z    Compiling zmij v1.0.21
2026-07-08T22:41:00.0861292Z    Compiling pkg-config v0.3.33
2026-07-08T22:41:00.2098127Z    Compiling http-body v1.0.1
2026-07-08T22:41:00.3850596Z    Compiling tower-service v0.3.3
2026-07-08T22:41:00.4030775Z    Compiling base64 v0.22.1
2026-07-08T22:41:00.4965203Z    Compiling crypto-common v0.2.2
2026-07-08T22:41:00.5001919Z    Compiling block-buffer v0.12.0
2026-07-08T22:41:00.5160739Z    Compiling want v0.3.1
2026-07-08T22:41:00.5408174Z    Compiling tinyvec v1.11.0
2026-07-08T22:41:00.7240943Z    Compiling mio v1.2.1
2026-07-08T22:41:00.7925041Z    Compiling socket2 v0.6.4
2026-07-08T22:41:00.8316786Z    Compiling getrandom v0.2.17
2026-07-08T22:41:01.1580075Z    Compiling rand_core v0.6.4
2026-07-08T22:41:01.2520807Z    Compiling rand v0.10.1
2026-07-08T22:41:01.3080612Z    Compiling uuid v1.23.2
2026-07-08T22:41:01.4260912Z    Compiling sha2 v0.10.9
2026-07-08T22:41:01.4480769Z    Compiling inout v0.1.4
2026-07-08T22:41:01.5850375Z    Compiling cmake v0.1.58
2026-07-08T22:41:01.6911255Z    Compiling parking_lot v0.12.5
2026-07-08T22:41:01.8530903Z    Compiling vergen-lib v9.1.0
2026-07-08T22:41:01.8740764Z    Compiling n0-future v0.3.2
2026-07-08T22:41:01.9260909Z    Compiling diatomic-waker v0.2.3
2026-07-08T22:41:01.9790679Z    Compiling serde_json v1.0.150
2026-07-08T22:41:02.1040619Z    Compiling parking v2.2.1
2026-07-08T22:41:02.1400464Z    Compiling winnow v1.0.3
2026-07-08T22:41:02.2611229Z    Compiling crossbeam-utils v0.8.21
2026-07-08T22:41:02.2831349Z    Compiling cordyceps v0.3.4
2026-07-08T22:41:02.3550849Z    Compiling httpdate v1.0.3
2026-07-08T22:41:02.3737481Z    Compiling signature v2.2.0
2026-07-08T22:41:02.3979963Z    Compiling spin v0.10.0
2026-07-08T22:41:02.4950643Z    Compiling futures-lite v2.6.1
2026-07-08T22:41:02.4990460Z    Compiling digest v0.11.3
2026-07-08T22:41:02.5410592Z    Compiling cipher v0.4.4
2026-07-08T22:41:02.5600480Z    Compiling ed25519 v2.2.3
2026-07-08T22:41:02.6181896Z    Compiling netlink-packet-core v0.8.1
2026-07-08T22:41:02.8000651Z    Compiling universal-hash v0.5.1
2026-07-08T22:41:02.8001647Z    Compiling vergen-lib v0.1.6
2026-07-08T22:41:02.8740826Z    Compiling vergen v9.1.0
2026-07-08T22:41:02.9270354Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-08T22:41:02.9528312Z    Compiling heapless v0.7.17
2026-07-08T22:41:02.9711193Z    Compiling noq-udp v0.10.0
2026-07-08T22:41:02.9890890Z    Compiling futures-buffered v0.2.13
2026-07-08T22:41:02.9990531Z    Compiling sync_wrapper v1.0.2
2026-07-08T22:41:03.0054096Z    Compiling byteorder v1.5.0
2026-07-08T22:41:03.0600180Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-08T22:41:03.1100805Z    Compiling allocator-api2 v0.2.21
2026-07-08T22:41:03.1361263Z    Compiling opaque-debug v0.3.1
2026-07-08T22:41:03.1850639Z    Compiling aws-lc-sys v0.41.0
2026-07-08T22:41:03.2491208Z    Compiling ring v0.17.14
2026-07-08T22:41:03.2560764Z    Compiling libsqlite3-sys v0.30.1
2026-07-08T22:41:03.2593675Z    Compiling hash32 v0.2.1
2026-07-08T22:41:03.3380895Z    Compiling polyval v0.6.2
2026-07-08T22:41:03.4240324Z    Compiling spin v0.9.8
2026-07-08T22:41:03.5330348Z    Compiling vergen-gitcl v1.0.8
2026-07-08T22:41:03.6210434Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-08T22:41:03.6280128Z    Compiling num_threads v0.1.7
2026-07-08T22:41:03.7781096Z    Compiling ryu v1.0.23
2026-07-08T22:41:03.7903545Z    Compiling tower-layer v0.3.3
2026-07-08T22:41:03.8111858Z    Compiling signature v3.0.0
2026-07-08T22:41:03.8651234Z    Compiling fallible-iterator v0.3.0
2026-07-08T22:41:03.9870978Z    Compiling ghash v0.5.1
2026-07-08T22:41:04.0140337Z    Compiling time v0.3.47
2026-07-08T22:41:04.0921055Z    Compiling aes v0.8.4
2026-07-08T22:41:04.1200907Z    Compiling ctr v0.9.2
2026-07-08T22:41:04.1745325Z    Compiling sha2 v0.11.0-rc.5
2026-07-08T22:41:04.3180236Z    Compiling fs2 v0.4.3
2026-07-08T22:41:04.4336478Z    Compiling http-body-util v0.1.3
2026-07-08T22:41:04.4512602Z    Compiling aead v0.5.2
2026-07-08T22:41:04.5286892Z    Compiling openssl-probe v0.2.1
2026-07-08T22:41:04.6000516Z    Compiling utf8parse v0.2.2
2026-07-08T22:41:04.6130789Z    Compiling arrayvec v0.7.6
2026-07-08T22:41:04.7871142Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-08T22:41:04.7991137Z    Compiling crossbeam-epoch v0.9.18
2026-07-08T22:41:04.8551109Z    Compiling crossbeam-channel v0.5.15
2026-07-08T22:41:04.9150717Z    Compiling blake3 v1.8.5
2026-07-08T22:41:04.9280381Z    Compiling netlink-packet-route v0.29.0
2026-07-08T22:41:05.0390122Z    Compiling memoffset v0.6.5
2026-07-08T22:41:05.1337327Z    Compiling acto v0.8.2
2026-07-08T22:41:05.3307853Z    Compiling aes-gcm v0.10.3
2026-07-08T22:41:05.4363077Z    Compiling synstructure v0.13.2
2026-07-08T22:41:05.5077723Z    Compiling darling_core v0.20.11
2026-07-08T22:41:05.5231036Z    Compiling noq v0.18.0
2026-07-08T22:41:05.6260701Z    Compiling netwatch v0.16.0
2026-07-08T22:41:05.6826403Z    Compiling sorted-index-buffer v0.2.1
2026-07-08T22:41:05.9173759Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-08T22:41:05.9290941Z    Compiling ref-cast v1.0.25
2026-07-08T22:41:06.1525461Z    Compiling identity-hash v0.1.0
2026-07-08T22:41:06.1977638Z    Compiling foldhash v0.2.0
2026-07-08T22:41:06.2821063Z    Compiling xml-rs v0.8.28
2026-07-08T22:41:06.3632702Z    Compiling lru-slab v0.1.2
2026-07-08T22:41:06.4331215Z    Compiling rustix v1.1.4
2026-07-08T22:41:06.4803547Z    Compiling rustc-hash v2.1.2
2026-07-08T22:41:06.4959910Z    Compiling mac-addr v0.3.0
2026-07-08T22:41:06.5160793Z    Compiling tagptr v0.2.0
2026-07-08T22:41:06.6090616Z    Compiling thiserror v1.0.69
2026-07-08T22:41:06.7370931Z    Compiling hashbrown v0.16.1
2026-07-08T22:41:06.9361098Z    Compiling serde_derive_internals v0.29.1
2026-07-08T22:41:07.1460868Z    Compiling netlink-packet-route v0.30.0
2026-07-08T22:41:07.3650551Z    Compiling proc-macro-crate v3.5.0
2026-07-08T22:41:07.6490603Z    Compiling xmltree v0.10.3
2026-07-08T22:41:07.7413841Z    Compiling serial-core v0.4.0
2026-07-08T22:41:08.0576347Z    Compiling termios v0.2.2
2026-07-08T22:41:08.0683440Z    Compiling errno v0.3.14
2026-07-08T22:41:08.0906185Z    Compiling ioctl-rs v0.1.6
2026-07-08T22:41:08.2210411Z    Compiling aho-corasick v1.1.4
2026-07-08T22:41:08.2340698Z    Compiling simple-dns v0.9.3
2026-07-08T22:41:08.2530901Z    Compiling constant_time_eq v0.4.2
2026-07-08T22:41:08.2720476Z    Compiling toml_write v0.1.2
2026-07-08T22:41:08.4093580Z    Compiling simdutf8 v0.1.5
2026-07-08T22:41:08.4741129Z    Compiling regex-syntax v0.8.10
2026-07-08T22:41:08.5780435Z    Compiling signal-hook v0.3.18
2026-07-08T22:41:08.7295676Z    Compiling arrayref v0.3.9
2026-07-08T22:41:08.8518191Z    Compiling linux-raw-sys v0.12.1
2026-07-08T22:41:08.8612622Z    Compiling smol_str v0.1.24
2026-07-08T22:41:08.8676306Z    Compiling serde_derive v1.0.228
2026-07-08T22:41:08.8677845Z    Compiling zeroize_derive v1.4.3
2026-07-08T22:41:08.9191736Z    Compiling tokio-macros v2.7.0
2026-07-08T22:41:08.9364156Z    Compiling zerofrom-derive v0.1.7
2026-07-08T22:41:09.0600501Z    Compiling futures-macro v0.3.32
2026-07-08T22:41:09.2010363Z    Compiling yoke-derive v0.8.2
2026-07-08T22:41:09.7781165Z    Compiling zerovec-derive v0.11.3
2026-07-08T22:41:10.0281234Z    Compiling tokio v1.52.3
2026-07-08T22:41:10.0881195Z    Compiling zeroize v1.8.2
2026-07-08T22:41:10.3790444Z    Compiling displaydoc v0.2.6
2026-07-08T22:41:10.5639763Z    Compiling futures-util v0.3.32
2026-07-08T22:41:11.1177876Z    Compiling tracing-attributes v0.1.31
2026-07-08T22:41:11.2901540Z    Compiling zerofrom v0.1.8
2026-07-08T22:41:11.3150514Z    Compiling rustls-pki-types v1.14.1
2026-07-08T22:41:11.4560898Z    Compiling yoke v0.8.3
2026-07-08T22:41:11.8020391Z    Compiling thiserror-impl v2.0.18
2026-07-08T22:41:11.8250762Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-08T22:41:11.8281240Z    Compiling zerotrie v0.2.4
2026-07-08T22:41:12.4840189Z    Compiling zerovec v0.11.6
2026-07-08T22:41:12.6260769Z    Compiling darling_macro v0.20.11
2026-07-08T22:41:12.9000549Z    Compiling derive_more-impl v2.1.1
2026-07-08T22:41:13.0561192Z    Compiling spez v0.1.2
2026-07-08T22:41:13.2261073Z    Compiling darling v0.20.11
2026-07-08T22:41:13.3091434Z    Compiling derive_builder_core v0.20.2
2026-07-08T22:41:13.6211018Z    Compiling n0-error-macros v0.1.3
2026-07-08T22:41:13.9325260Z    Compiling der v0.8.0-rc.10
2026-07-08T22:41:14.0527784Z    Compiling tinystr v0.8.3
2026-07-08T22:41:14.4730458Z    Compiling icu_locale_core v2.2.0
2026-07-08T22:41:14.7427773Z    Compiling potential_utf v0.1.5
2026-07-08T22:41:15.0186173Z    Compiling icu_collections v2.2.0
2026-07-08T22:41:15.3431114Z    Compiling n0-error v0.1.3
2026-07-08T22:41:15.6150298Z    Compiling derive_builder_macro v0.20.2
2026-07-08T22:41:16.0811874Z    Compiling pin-project-internal v1.1.13
2026-07-08T22:41:16.1007854Z    Compiling ed25519-dalek v2.2.0
2026-07-08T22:41:16.1051024Z    Compiling derive_builder v0.20.2
2026-07-08T22:41:16.1850529Z    Compiling cobs v0.3.0
2026-07-08T22:41:16.4980894Z    Compiling spki v0.8.0-rc.4
2026-07-08T22:41:16.6209912Z    Compiling spt-proto v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-08T22:41:16.8380651Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-08T22:41:16.9846457Z    Compiling icu_provider v2.2.0
2026-07-08T22:41:17.1371329Z    Compiling futures-executor v0.3.32
2026-07-08T22:41:17.4750710Z    Compiling icu_normalizer v2.2.0
2026-07-08T22:41:17.5824509Z    Compiling icu_properties v2.2.0
2026-07-08T22:41:17.7051104Z    Compiling ipnet v2.12.0
2026-07-08T22:41:18.0170745Z    Compiling ed25519 v3.0.0-rc.4
2026-07-08T22:41:18.0470897Z    Compiling futures v0.3.32
2026-07-08T22:41:18.1660826Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-08T22:41:18.2640396Z    Compiling pin-project v1.1.13
2026-07-08T22:41:18.3445479Z    Compiling prefix-trie v0.8.4
2026-07-08T22:41:18.7480629Z    Compiling postcard-derive v0.2.2
2026-07-08T22:41:18.9441525Z    Compiling once_cell v1.21.4
2026-07-08T22:41:19.1000935Z    Compiling data-encoding-macro v0.1.20
2026-07-08T22:41:19.1330339Z    Compiling rustls-native-certs v0.8.4
2026-07-08T22:41:19.1545609Z    Compiling num_enum_derive v0.7.6
2026-07-08T22:41:19.1849373Z    Compiling enum-assoc v1.3.0
2026-07-08T22:41:19.2046639Z    Compiling strum_macros v0.28.0
2026-07-08T22:41:19.3660768Z    Compiling tracing-core v0.1.36
2026-07-08T22:41:19.7631624Z    Compiling tokio-util v0.7.18
2026-07-08T22:41:19.8287635Z    Compiling idna_adapter v1.2.2
2026-07-08T22:41:19.8816407Z    Compiling derive_more v2.1.1
2026-07-08T22:41:19.9707776Z    Compiling idna v1.1.0
2026-07-08T22:41:20.1240868Z    Compiling netlink-sys v0.8.8
2026-07-08T22:41:20.1570826Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-08T22:41:20.1987451Z    Compiling postcard v1.1.3
2026-07-08T22:41:20.3264101Z    Compiling tracing v0.1.44
2026-07-08T22:41:20.5376943Z    Compiling hashbrown v0.14.5
2026-07-08T22:41:20.6643826Z    Compiling tower v0.5.3
2026-07-08T22:41:20.8200941Z    Compiling url v2.5.8
2026-07-08T22:41:20.9197296Z    Compiling async-trait v0.1.89
2026-07-08T22:41:20.9513155Z    Compiling iroh-metrics-derive v0.4.1
2026-07-08T22:41:21.1371981Z    Compiling num_enum v0.7.6
2026-07-08T22:41:21.2980430Z    Compiling netlink-proto v0.12.0
2026-07-08T22:41:21.3371048Z    Compiling netdev v0.42.0
2026-07-08T22:41:21.3840840Z    Compiling iroh-relay v0.98.0
2026-07-08T22:41:21.6966892Z    Compiling moka v0.12.15
2026-07-08T22:41:21.7185568Z    Compiling h2 v0.4.14
2026-07-08T22:41:21.7801450Z    Compiling iroh-metrics v0.38.3
2026-07-08T22:41:21.8030953Z    Compiling tokio-stream v0.1.18
2026-07-08T22:41:21.9375274Z    Compiling n0-watcher v0.6.1
2026-07-08T22:41:22.0461791Z    Compiling hashlink v0.9.1
2026-07-08T22:41:22.2712405Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-08T22:41:22.3640381Z    Compiling attohttpc v0.30.1
2026-07-08T22:41:22.4340950Z    Compiling tower-http v0.6.11
2026-07-08T22:41:22.6505550Z    Compiling rusqlite v0.32.1
2026-07-08T22:41:22.8470014Z    Compiling iroh-base v0.98.0
2026-07-08T22:41:22.9553818Z    Compiling serde_spanned v0.6.9
2026-07-08T22:41:23.0524643Z    Compiling toml_datetime v0.6.11
2026-07-08T22:41:23.0824422Z    Compiling ref-cast-impl v1.0.25
2026-07-08T22:41:23.2340309Z    Compiling thiserror-impl v1.0.69
2026-07-08T22:41:23.4636789Z    Compiling sha1_smol v1.0.1
2026-07-08T22:41:23.5696057Z    Compiling winnow v0.7.15
2026-07-08T22:41:23.6909471Z    Compiling resolv-conf v0.7.6
2026-07-08T22:41:23.8634742Z    Compiling strum v0.28.0
2026-07-08T22:41:24.0541335Z    Compiling iroh-dns v0.98.0
2026-07-08T22:41:24.1116867Z    Compiling regex-automata v0.4.14
2026-07-08T22:41:24.1261864Z    Compiling webpki-roots v1.0.7
2026-07-08T22:41:24.3881409Z    Compiling spt-store v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-08T22:41:24.5451362Z    Compiling schemars_derive v1.2.1
2026-07-08T22:41:24.8840487Z    Compiling signal-hook-registry v1.4.8
2026-07-08T22:41:24.8841351Z    Compiling serial-unix v0.4.0
2026-07-08T22:41:25.2180785Z    Compiling lru v0.16.4
2026-07-08T22:41:25.3550392Z    Compiling darling_core v0.23.0
2026-07-08T22:41:25.4820677Z    Compiling serde_bytes v0.11.19
2026-07-08T22:41:25.6031006Z    Compiling seize v0.5.1
2026-07-08T22:41:25.7150615Z    Compiling hmac v0.12.1
2026-07-08T22:41:25.9590842Z    Compiling iroh v0.98.2
2026-07-08T22:41:25.9980944Z    Compiling bitflags v1.3.2
2026-07-08T22:41:26.1680908Z    Compiling dyn-clone v1.0.20
2026-07-08T22:41:26.2410699Z    Compiling rustix v0.38.44
2026-07-08T22:41:26.3900909Z    Compiling pin-utils v0.1.0
2026-07-08T22:41:26.4430842Z    Compiling cmov v0.5.4
2026-07-08T22:41:26.4871294Z    Compiling nix v0.25.1
2026-07-08T22:41:26.4885670Z    Compiling filedescriptor v0.8.3
2026-07-08T22:41:26.5031135Z    Compiling papaya v0.2.4
2026-07-08T22:41:26.8580737Z    Compiling ctutils v0.4.2
2026-07-08T22:41:26.8830275Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-08T22:41:26.9751066Z    Compiling hkdf v0.12.4
2026-07-08T22:41:27.1570830Z    Compiling serial v0.4.0
2026-07-08T22:41:27.2611604Z    Compiling toml_edit v0.22.27
2026-07-08T22:41:27.2800505Z    Compiling backon v1.6.0
2026-07-08T22:41:27.4660727Z    Compiling anstyle-parse v1.0.0
2026-07-08T22:41:27.5680516Z    Compiling vte_generate_state_changes v0.1.2
2026-07-08T22:41:27.6406154Z    Compiling anstyle v1.0.14
2026-07-08T22:41:27.8126177Z    Compiling shell-words v1.1.1
2026-07-08T22:41:27.8395872Z    Compiling schemars v1.2.1
2026-07-08T22:41:27.8991793Z    Compiling is_terminal_polyfill v1.70.2
2026-07-08T22:41:28.0342028Z    Compiling anstyle-query v1.1.5
2026-07-08T22:41:28.0343248Z    Compiling linux-raw-sys v0.4.15
2026-07-08T22:41:28.1527912Z    Compiling colorchoice v1.0.5
2026-07-08T22:41:28.2120716Z    Compiling instability v0.3.12
2026-07-08T22:41:28.2490196Z    Compiling downcast-rs v1.2.1
2026-07-08T22:41:28.2824710Z    Compiling foldhash v0.1.5
2026-07-08T22:41:28.3460511Z    Compiling anstream v1.0.0
2026-07-08T22:41:28.4845259Z    Compiling regex v1.12.3
2026-07-08T22:41:28.6946450Z    Compiling hashbrown v0.15.5
2026-07-08T22:41:29.0976188Z    Compiling vte v0.13.1
2026-07-08T22:41:29.7703584Z    Compiling spt-msg v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-08T22:41:29.9641544Z    Compiling terminal_size v0.4.4
2026-07-08T22:41:30.1600622Z    Compiling signal-hook-mio v0.2.5
2026-07-08T22:41:30.3440775Z    Compiling hyper v1.10.1
2026-07-08T22:41:30.6631025Z    Compiling spake2 v0.4.0
2026-07-08T22:41:30.7061931Z    Compiling strum_macros v0.26.4
2026-07-08T22:41:30.9790482Z    Compiling itertools v0.13.0
2026-07-08T22:41:31.2070454Z    Compiling sha1 v0.10.6
2026-07-08T22:41:31.2328670Z    Compiling castaway v0.2.4
2026-07-08T22:41:31.4000906Z    Compiling toml v0.8.23
2026-07-08T22:41:31.5781904Z    Compiling darling_macro v0.23.0
2026-07-08T22:41:31.7270869Z    Compiling clap_lex v1.1.0
2026-07-08T22:41:31.8210327Z    Compiling portable-pty v0.8.1
2026-07-08T22:41:32.1814713Z    Compiling darling v0.23.0
2026-07-08T22:41:32.2340499Z    Compiling unicode-width v0.1.14
2026-07-08T22:41:32.2789830Z    Compiling static_assertions v1.1.0
2026-07-08T22:41:32.3340205Z    Compiling spt-runtime v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-08T22:41:32.4235028Z    Compiling indoc v2.0.7
2026-07-08T22:41:32.7001056Z    Compiling doctest-file v1.1.1
2026-07-08T22:41:33.0203158Z    Compiling spt-term v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-08T22:41:33.1190929Z    Compiling hyper-util v0.1.20
2026-07-08T22:41:33.3927730Z    Compiling interprocess v2.4.2
2026-07-08T22:41:33.6135331Z    Compiling compact_str v0.8.2
2026-07-08T22:41:33.7786366Z    Compiling clap_builder v4.6.0
2026-07-08T22:41:33.9241872Z    Compiling crossterm v0.28.1
2026-07-08T22:41:34.0977394Z    Compiling lru v0.12.5
2026-07-08T22:41:34.2135358Z    Compiling clap_derive v4.6.1
2026-07-08T22:41:34.3227593Z    Compiling cassowary v0.3.0
2026-07-08T22:41:34.4199880Z    Compiling strum v0.26.3
2026-07-08T22:41:34.6999895Z    Compiling unicode-truncate v1.1.0
2026-07-08T22:41:34.7260472Z    Compiling unicode-width v0.2.0
2026-07-08T22:41:34.7580812Z    Compiling iana-time-zone v0.1.65
2026-07-08T22:41:34.9981331Z    Compiling chrono v0.4.45
2026-07-08T22:41:35.2370878Z    Compiling nucleo-matcher v0.3.1
2026-07-08T22:41:35.2710973Z    Compiling qrcode v0.14.1
2026-07-08T22:41:35.2895462Z    Compiling tempfile v3.27.0
2026-07-08T22:41:36.0898006Z    Compiling ratatui v0.29.0
2026-07-08T22:41:36.3335161Z    Compiling igd-next v0.17.1
2026-07-08T22:41:37.2741938Z    Compiling spt-live v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-08T22:41:38.1960596Z    Compiling portmapper v0.16.0
2026-07-08T22:41:38.6880483Z    Compiling clap v4.6.1
2026-07-08T22:41:47.7112359Z    Compiling rustls-webpki v0.103.13
2026-07-08T22:41:51.2363195Z    Compiling tokio-rustls v0.26.4
2026-07-08T22:41:51.2363863Z    Compiling noq-proto v0.17.0
2026-07-08T22:41:51.2364253Z    Compiling rustls-platform-verifier v0.7.0
2026-07-08T22:41:51.4465027Z    Compiling hickory-net v0.26.0-beta.4
2026-07-08T22:41:51.4466418Z    Compiling hyper-rustls v0.27.9
2026-07-08T22:41:51.4467040Z    Compiling tokio-websockets v0.13.2
2026-07-08T22:41:51.6813095Z    Compiling reqwest v0.13.4
2026-07-08T22:41:53.1848307Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-08T22:42:13.8617514Z    Compiling spt-net v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-08T22:42:15.9836490Z    Compiling spt-daemon v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-08T22:42:28.2505030Z    Compiling spt v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-08T22:42:35.2658895Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 40s
2026-07-08T22:42:35.2946092Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-fcfd220d3d8df4b9)
2026-07-08T22:42:35.2962829Z 
2026-07-08T22:42:35.2964819Z running 1 test
2026-07-08T22:42:41.4981539Z test new_brain_serves_against_old_broker ... ok
2026-07-08T22:42:41.4981996Z 
2026-07-08T22:42:41.4982334Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-08T22:42:41.4982821Z 
